home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / applescript.lang < prev    next >
Text File  |  2005-04-03  |  2KB  |  48 lines

  1. # AppleScript language definition file
  2. #
  3. # Author: Andreas Amann
  4. #   Mail: aamann@mac.com
  5. #   Date: 12.3.2005
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=and as at beginning considering contain contains does div else end
  19. equal error every exit first from get global greater if ignoring in is last local
  20. me mod my not of on or property reopen repeat return script set tell than the then
  21. to transaction try with without which while whose
  22.  
  23. $KW_LIST(kwc)=AppleScript access activate after alias application  ascending ASCII at
  24. attached before box button buttons case cell cells character characters  choose class
  25. close column columns content contents control controls copy count  current data date
  26. day default delay delete delimiter descending desktop dialog  display document
  27. documents domain duplicate enabled ends eof equal entry  entries exists false field
  28. fields file files folder folders for icon icons indicator  indicators item items
  29. length list load location localized make matrix menu menus  missing month months name
  30. new number offset open order panel panels path popup  print process progress
  31. properties quit read response row rows scroll select  selected selection sheet size
  32. sort sorted source specification start starting  stop string table text title true
  33. Unicode update user value visible view views  window windows write year years
  34.  
  35. $STRINGDELIMITERS="
  36.  
  37. $SL_COMMENT=--
  38.  
  39. $ML_COMMENT=(* *)
  40.  
  41. $ALLOWNESTEDCOMMENTS=false
  42.  
  43. $IGNORECASE=false
  44.  
  45. $ESCCHAR=\
  46.  
  47. $REFORMATTING=false
  48.